type hash/crc32.digest (struct)

Method Implmentations

BlockSize() int *digest.M : hash.Hash.BlockSize *digest.M : hash.Hash32.BlockSize
MarshalBinary() ([]byte, error) *digest.M : encoding.BinaryMarshaler.MarshalBinary *digest.M : crypto/hmac.marshalable.MarshalBinary
Reset() *digest.M : hash.Hash.Reset *digest.M : hash.Hash32.Reset *digest.M : github.com/klauspost/compress/gzip.crcer.Reset
Size() int *digest.M : hash.Hash.Size *digest.M : hash.Hash32.Size
Sum(in []byte) []byte *digest.M : hash.Hash.Sum *digest.M : hash.Hash32.Sum
Sum32() uint32 *digest.M : hash.Hash32.Sum32 *digest.M : github.com/klauspost/compress/gzip.crcer.Sum32
UnmarshalBinary(b []byte) error *digest.M : encoding.BinaryUnmarshaler.UnmarshalBinary *digest.M : crypto/hmac.marshalable.UnmarshalBinary
Write(p []byte) (n int, err error) *digest.M : hash.Hash.Write *digest.M : hash.Hash32.Write *digest.M : internal/bisect.Writer.Write *digest.M : io.Writer.Write *digest.M : crypto/tls.transcriptHash.Write *digest.M : github.com/klauspost/compress/gzip.crcer.Write